version="@PNGLIB_VERSION@"
prefix="@prefix@"
exec_prefix="@exec_prefix@"
-libdir="@libdir@"
+# we disable that to make the -dev package Multi-Arch: same
+libdir=
includedir="@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
all_libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ @LIBS@"
I_opts="-I${includedir}"
-L_opts="-L${libdir}"
+L_opts=
R_opts=""
cppflags=""
ccopts=""
Known values for OPTION are:
--prefix print libpng prefix
- --libdir print path to directory containing library
+ --libdir print path to directory containing library (disabled in Debian/Ubuntu)
--libs print library linking information
--ccopts print compiler options
--cppflags print pre-processor flags
;;
--libdir)
+ echo >&1 "$(basename $0): --libdir option is disabled in Debian/Ubuntu"
+ exit 1
echo ${libdir}
;;
Known values for OPTION are:
--prefix print libpng prefix
- --libdir print path to directory containing library
+ --libdir print path to directory containing library (disabled in Debian/Ubuntu)
--libs print library linking information
--ccopts print compiler options
--cppflags print pre-processor flags
;;
--libdir)
+ echo >&1 "$(basename $0): --libdir option is disabled in Debian/Ubuntu"
+ exit 1
echo ${libdir}
;;